home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 6 / 45 Great Windows Utilities Volume 6 MOJO-405 (Mojo Software).iso / dm13 / dosmode.txt < prev    next >
Text File  |  1995-10-09  |  7KB  |  172 lines

  1. DOS MODE for Windows 95
  2. The most important option left out of Windows 95.
  3. (c) 1995 by Joseph Alex Martin
  4.  
  5. About This Document:
  6. --------------------
  7. This document is a summary of the information in the help file.  See the
  8. Help file for more information.
  9.  
  10. Version Notes:
  11. --------------
  12.  
  13.         1.0     First release version of DOS MODE.
  14.  
  15.         1.1     GREATLY reduced the resident size of the DOS MODE
  16.                 KERNEL, DOS MODE is only 4k resident during the
  17.                 DOS MODE session.  This down from 36k in version
  18.                 1.0.
  19.  
  20.         1.2     Made the DOS MODE KERNEL non memory resident.
  21.                 Removes the 4k resident during the DOS MODE session.
  22.  
  23.         1.3     Adds an extra parameter, that allows for launching
  24.                 an alternative program, other than WIN.COM, suited
  25.                 for programs like Soft-ICE, which load Windows 95,
  26.                 with their own kernel.
  27.  
  28.                 Soft-ICE is by Nu-Mega Technologies, Inc no
  29.                 endorsement of their product is intended by mention
  30.                 in this document, and they do not endorse the usage
  31.                 of this product.
  32.  
  33.                 This addition was brought about by user feedback,
  34.                 and provided for those that wish this feature.
  35.  
  36.                 Soft-ICE was the program that was mentioned to me
  37.                 by the requesters.  I have not used that program.
  38.  
  39.                 Removes the midnight loopback bug in the timer
  40.                 routine.  In prior versions, if the timer would
  41.                 start just before midnight, and the timer was to
  42.                 end after midnight, it would reset the timer by
  43.                 24 hours.  Thereby causing the timer to not work
  44.                 properly.  The timer was changed in this version
  45.                 to account for the clock going to zero at
  46.                 midnight.
  47.  
  48. Program Files:
  49. --------------
  50.  
  51.   WIN.EXE     : The executable file.
  52.   DOSMODE.TXT : The documentation file.
  53.   DOSMODE.HLP : Windows Help file.
  54.  
  55. Installation:
  56. -------------
  57.   Make a DOSMODE directory and place it at the begining of your path.
  58.  
  59.   Place all of the above files into this directory.
  60.  
  61.   Place SET DOSMODE={delay} in your AUTOEXEC.BAT file.
  62.  
  63.   Place SET WINCMD={alternative command to WIN.COM} if you wish to
  64.   load an alternative program for Windows 95.  WIN.COM is the default
  65.   so this is not required for most configurations.
  66.  
  67.   Place SET DOSCMD={program} if you wish to load a batch file, or
  68.   other program when starting this dos session, like autoexec.bat
  69.   is for DOS.  Once the program is completed you will be returned
  70.   to the DOS prompt.  Unless, of course, the batch file has a reboot
  71.   command included in it, as with the included WARMBOOT.EXE, and
  72.   COLDBOOT.EXE programs.
  73.  
  74.   If you are using a multi-config config.sys which you want to set
  75.   up so that one branch loads Windows 95 and the other goes into
  76.   DOS MODE, setup the Windows 95 branch and place the DOS MODE
  77.   command as follows as the last command in AUTOEXEC.BAT
  78.  
  79.         IF '%CONFIG%'=='DOSMODE' SET DOSMODE=0
  80.  
  81.   This example assumes that DOSMODE is the section name for the
  82.   DOS MODE multi-config, and runs DOSMODE 0 if you specify MS DOS
  83.   MODE.
  84.  
  85.   If you decide to use DOS MODE without multi-config support, choose
  86.   a timer value that gives enough time for a response, that will not
  87.   be too excessive, I recommend 5 - 15 as a resonable timer length.
  88.  
  89.   For more information on multi-config, the windows help file has a
  90.   complete guide to setting up multi-config.
  91.  
  92. Syntax:
  93. -------
  94.  
  95. SET DOSMODE=delay
  96.  
  97.   Use a delay of a resonable length, I recommend 5-15 seconds, if at
  98.   all possible.
  99.  
  100.   Using a delay of 0 will cause the counter to be skipped and DOS MODE
  101.   to be initiated immediatly.
  102.  
  103.   Using a negative delay will cause Windows to load immediatly
  104.  
  105. SET WINCMD=win.com (default)
  106.  
  107.   The command to be executed to start Windows 95.  WIN.COM is not
  108.   required this parameter is required only if you wish to use an
  109.   alternative front-end for WIN.COM.
  110.  
  111. SET DOSCMD={program} (no default)
  112.  
  113.   The program to be executed to start a DOS session.  The default
  114.   is none.  This is added to allow the making of multi-configs, that
  115.   load diffrent sets of TSRs, or run diffrent programs, from the
  116.   startup menu.  Returns to the DOS prompt following execution of
  117.   the program.  This parameter is not required.
  118.  
  119. Purpose and Description:
  120. ------------------------
  121.  
  122. DOS MODE allows YOU to choose whether you want to run Windows, or a DOS
  123. session.
  124.  
  125. DOS MODE provides a configurable time delay to allow you to stay in a
  126. DOS session, before loading Windows 95.
  127.  
  128. Calling DOS MODE in the autoexec.bat file as the last command, will allow
  129. you to postpone the loading of Windows 95 while you work on what you want
  130. to work on.
  131.  
  132. DOS MODE is designed for both power users as well as novices.  DOS MODE
  133. is command line configurable.  Changing the delay value is as simple as
  134. changing the DOSMODE line in the autoexec.bat.  DOS MODE does not alter
  135. any Windows 95 files, it simply loads a copy of command.com into memory
  136. for the DOS session so that you can work in DOS before working going
  137. into Windows 95.
  138.  
  139. Possible uses of DOS MODE:
  140.  
  141.  ■ To find problem causing TSRs that are conflicting with Windows.
  142.  
  143.  ■ To work in a DOS MODE program, without having to go into the GUI,
  144.    then click on the programs icon, which will just take you back to
  145.    DOS anyhow.
  146.  
  147.  ■ To play MS-DOS games that won't run properly under Windows, or that
  148.    haven't been ported over to Windows 95, yet.
  149.  
  150.  ■ To make your computer, yours.
  151.  
  152.  ■ To take back control over your CPU.
  153.  
  154. It is my hope that the need for DOS MODE is only a temporary one, hopefully
  155. all software authors will make upgrading from DOS versions to Windows 95
  156. versions of software affordable, and easy to do.  However, with a lot of
  157. companies making the change to Windows 95 apps a slow process to accomplish
  158. DOS MODE may be a requirement for up to the next 6 months.  The next 6
  159. months are going to be the most crucial for computer users.
  160.  
  161. DOS MODE is freeware.  While I do not require payment for the use of this
  162. program, I would welcome your comments.  E-mail jam237@psu.edu with your
  163. comments, or visit my personal homepage at http://www.io.com/~jam237/ to
  164. leave feedback, and to look in my software vault to see what is new.
  165.  
  166. DOS MODE: The most important option left out of Windows 95.
  167. Version 1.3
  168. (c) 1995 Joseph Alex Martin
  169.  
  170. jam237@psu.edu
  171. http://www.io.com/~jam237/
  172.